C1.DataCollection.EntityFrameworkCore Assembly / C1.DataCollection.EntityFrameworkCore Namespace / C1EntityFrameworkCoreVirtualDataCollection<T> Class / GetPageAsync Method

In This Topic
GetPageAsync Method (C1EntityFrameworkCoreVirtualDataCollection<T>)
In This Topic
Syntax
'Declaration
 
Protected Overridable Function GetPageAsync( _
   ByVal pageIndex As Integer, _
   ByVal startingIndex As Integer, _
   ByVal count As Integer, _
   Optional ByVal sortDescriptions As IReadOnlyList(Of SortDescription), _
   Optional ByVal filterExpression As FilterExpression, _
   Optional ByVal cancellationToken As CancellationToken _
) As Task(Of Tuple(Of Integer,IReadOnlyList(Of T)))
 

Parameters

pageIndex
startingIndex
count
sortDescriptions
filterExpression
cancellationToken
See Also